3.2298 \(\int \frac{\sqrt{d+e x}}{(a+b x+c x^2)^2} \, dx\)

Optimal. Leaf size=287 \[ -\frac{(b+2 c x) \sqrt{d+e x}}{\left (b^2-4 a c\right ) \left (a+b x+c x^2\right )}+\frac{\sqrt{2} \sqrt{c} \left (4 c d-e \left (2 b-\sqrt{b^2-4 a c}\right )\right ) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{d+e x}}{\sqrt{2 c d-e \left (b-\sqrt{b^2-4 a c}\right )}}\right )}{\left (b^2-4 a c\right )^{3/2} \sqrt{2 c d-e \left (b-\sqrt{b^2-4 a c}\right )}}-\frac{\sqrt{2} \sqrt{c} \left (4 c d-e \left (\sqrt{b^2-4 a c}+2 b\right )\right ) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{d+e x}}{\sqrt{2 c d-e \left (\sqrt{b^2-4 a c}+b\right )}}\right )}{\left (b^2-4 a c\right )^{3/2} \sqrt{2 c d-e \left (\sqrt{b^2-4 a c}+b\right )}} \]

[Out]

-(((b + 2*c*x)*Sqrt[d + e*x])/((b^2 - 4*a*c)*(a + b*x + c*x^2))) + (Sqrt[2]*Sqrt[c]*(4*c*d - (2*b - Sqrt[b^2 -
 4*a*c])*e)*ArcTanh[(Sqrt[2]*Sqrt[c]*Sqrt[d + e*x])/Sqrt[2*c*d - (b - Sqrt[b^2 - 4*a*c])*e]])/((b^2 - 4*a*c)^(
3/2)*Sqrt[2*c*d - (b - Sqrt[b^2 - 4*a*c])*e]) - (Sqrt[2]*Sqrt[c]*(4*c*d - (2*b + Sqrt[b^2 - 4*a*c])*e)*ArcTanh
[(Sqrt[2]*Sqrt[c]*Sqrt[d + e*x])/Sqrt[2*c*d - (b + Sqrt[b^2 - 4*a*c])*e]])/((b^2 - 4*a*c)^(3/2)*Sqrt[2*c*d - (
b + Sqrt[b^2 - 4*a*c])*e])

________________________________________________________________________________________

Rubi [A]  time = 0.671111, antiderivative size = 287, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 4, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.182, Rules used = {736, 826, 1166, 208} \[ -\frac{(b+2 c x) \sqrt{d+e x}}{\left (b^2-4 a c\right ) \left (a+b x+c x^2\right )}+\frac{\sqrt{2} \sqrt{c} \left (4 c d-e \left (2 b-\sqrt{b^2-4 a c}\right )\right ) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{d+e x}}{\sqrt{2 c d-e \left (b-\sqrt{b^2-4 a c}\right )}}\right )}{\left (b^2-4 a c\right )^{3/2} \sqrt{2 c d-e \left (b-\sqrt{b^2-4 a c}\right )}}-\frac{\sqrt{2} \sqrt{c} \left (4 c d-e \left (\sqrt{b^2-4 a c}+2 b\right )\right ) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{d+e x}}{\sqrt{2 c d-e \left (\sqrt{b^2-4 a c}+b\right )}}\right )}{\left (b^2-4 a c\right )^{3/2} \sqrt{2 c d-e \left (\sqrt{b^2-4 a c}+b\right )}} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[d + e*x]/(a + b*x + c*x^2)^2,x]

[Out]

-(((b + 2*c*x)*Sqrt[d + e*x])/((b^2 - 4*a*c)*(a + b*x + c*x^2))) + (Sqrt[2]*Sqrt[c]*(4*c*d - (2*b - Sqrt[b^2 -
 4*a*c])*e)*ArcTanh[(Sqrt[2]*Sqrt[c]*Sqrt[d + e*x])/Sqrt[2*c*d - (b - Sqrt[b^2 - 4*a*c])*e]])/((b^2 - 4*a*c)^(
3/2)*Sqrt[2*c*d - (b - Sqrt[b^2 - 4*a*c])*e]) - (Sqrt[2]*Sqrt[c]*(4*c*d - (2*b + Sqrt[b^2 - 4*a*c])*e)*ArcTanh
[(Sqrt[2]*Sqrt[c]*Sqrt[d + e*x])/Sqrt[2*c*d - (b + Sqrt[b^2 - 4*a*c])*e]])/((b^2 - 4*a*c)^(3/2)*Sqrt[2*c*d - (
b + Sqrt[b^2 - 4*a*c])*e])

Rule 736

Int[((d_.) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[((d + e*x)^m*(b + 2*
c*x)*(a + b*x + c*x^2)^(p + 1))/((p + 1)*(b^2 - 4*a*c)), x] - Dist[1/((p + 1)*(b^2 - 4*a*c)), Int[(d + e*x)^(m
 - 1)*(b*e*m + 2*c*d*(2*p + 3) + 2*c*e*(m + 2*p + 3)*x)*(a + b*x + c*x^2)^(p + 1), x], x] /; FreeQ[{a, b, c, d
, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] && NeQ[2*c*d - b*e, 0] && LtQ[p, -1] && GtQ[m
, 0] && (LtQ[m, 1] || (ILtQ[m + 2*p + 3, 0] && NeQ[m, 2])) && IntQuadraticQ[a, b, c, d, e, m, p, x]

Rule 826

Int[((f_.) + (g_.)*(x_))/(Sqrt[(d_.) + (e_.)*(x_)]*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)), x_Symbol] :> Dist[2,
Subst[Int[(e*f - d*g + g*x^2)/(c*d^2 - b*d*e + a*e^2 - (2*c*d - b*e)*x^2 + c*x^4), x], x, Sqrt[d + e*x]], x] /
; FreeQ[{a, b, c, d, e, f, g}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0]

Rule 1166

Int[((d_) + (e_.)*(x_)^2)/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Di
st[e/2 + (2*c*d - b*e)/(2*q), Int[1/(b/2 - q/2 + c*x^2), x], x] + Dist[e/2 - (2*c*d - b*e)/(2*q), Int[1/(b/2 +
 q/2 + c*x^2), x], x]] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - a*e^2, 0] && PosQ[b^
2 - 4*a*c]

Rule 208

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[-(a/b), 2]*ArcTanh[x/Rt[-(a/b), 2]])/a, x] /; FreeQ[{a,
b}, x] && NegQ[a/b]

Rubi steps

\begin{align*} \int \frac{\sqrt{d+e x}}{\left (a+b x+c x^2\right )^2} \, dx &=-\frac{(b+2 c x) \sqrt{d+e x}}{\left (b^2-4 a c\right ) \left (a+b x+c x^2\right )}-\frac{\int \frac{-2 c d+\frac{b e}{2}-c e x}{\sqrt{d+e x} \left (a+b x+c x^2\right )} \, dx}{-b^2+4 a c}\\ &=-\frac{(b+2 c x) \sqrt{d+e x}}{\left (b^2-4 a c\right ) \left (a+b x+c x^2\right )}+\frac{2 \operatorname{Subst}\left (\int \frac{c d e+e \left (-2 c d+\frac{b e}{2}\right )-c e x^2}{c d^2-b d e+a e^2+(-2 c d+b e) x^2+c x^4} \, dx,x,\sqrt{d+e x}\right )}{b^2-4 a c}\\ &=-\frac{(b+2 c x) \sqrt{d+e x}}{\left (b^2-4 a c\right ) \left (a+b x+c x^2\right )}-\frac{\left (c \left (4 c d-\left (2 b-\sqrt{b^2-4 a c}\right ) e\right )\right ) \operatorname{Subst}\left (\int \frac{1}{-\frac{1}{2} \sqrt{b^2-4 a c} e+\frac{1}{2} (-2 c d+b e)+c x^2} \, dx,x,\sqrt{d+e x}\right )}{\left (b^2-4 a c\right )^{3/2}}+\frac{\left (c \left (4 c d-\left (2 b+\sqrt{b^2-4 a c}\right ) e\right )\right ) \operatorname{Subst}\left (\int \frac{1}{\frac{1}{2} \sqrt{b^2-4 a c} e+\frac{1}{2} (-2 c d+b e)+c x^2} \, dx,x,\sqrt{d+e x}\right )}{\left (b^2-4 a c\right )^{3/2}}\\ &=-\frac{(b+2 c x) \sqrt{d+e x}}{\left (b^2-4 a c\right ) \left (a+b x+c x^2\right )}+\frac{\sqrt{2} \sqrt{c} \left (4 c d-\left (2 b-\sqrt{b^2-4 a c}\right ) e\right ) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{d+e x}}{\sqrt{2 c d-\left (b-\sqrt{b^2-4 a c}\right ) e}}\right )}{\left (b^2-4 a c\right )^{3/2} \sqrt{2 c d-\left (b-\sqrt{b^2-4 a c}\right ) e}}-\frac{\sqrt{2} \sqrt{c} \left (4 c d-\left (2 b+\sqrt{b^2-4 a c}\right ) e\right ) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{d+e x}}{\sqrt{2 c d-\left (b+\sqrt{b^2-4 a c}\right ) e}}\right )}{\left (b^2-4 a c\right )^{3/2} \sqrt{2 c d-\left (b+\sqrt{b^2-4 a c}\right ) e}}\\ \end{align*}

Mathematica [A]  time = 0.651244, size = 283, normalized size = 0.99 \[ \frac{-\frac{\sqrt{2} \sqrt{c} \left (e \left (\sqrt{b^2-4 a c}-2 b\right )+4 c d\right ) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{d+e x}}{\sqrt{e \sqrt{b^2-4 a c}-b e+2 c d}}\right )}{\sqrt{b^2-4 a c} \sqrt{e \left (\sqrt{b^2-4 a c}-b\right )+2 c d}}+\frac{\sqrt{2} \sqrt{c} \left (4 c d-e \left (\sqrt{b^2-4 a c}+2 b\right )\right ) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{d+e x}}{\sqrt{2 c d-e \left (\sqrt{b^2-4 a c}+b\right )}}\right )}{\sqrt{b^2-4 a c} \sqrt{2 c d-e \left (\sqrt{b^2-4 a c}+b\right )}}+\frac{(b+2 c x) \sqrt{d+e x}}{a+x (b+c x)}}{4 a c-b^2} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[d + e*x]/(a + b*x + c*x^2)^2,x]

[Out]

(((b + 2*c*x)*Sqrt[d + e*x])/(a + x*(b + c*x)) - (Sqrt[2]*Sqrt[c]*(4*c*d + (-2*b + Sqrt[b^2 - 4*a*c])*e)*ArcTa
nh[(Sqrt[2]*Sqrt[c]*Sqrt[d + e*x])/Sqrt[2*c*d - b*e + Sqrt[b^2 - 4*a*c]*e]])/(Sqrt[b^2 - 4*a*c]*Sqrt[2*c*d + (
-b + Sqrt[b^2 - 4*a*c])*e]) + (Sqrt[2]*Sqrt[c]*(4*c*d - (2*b + Sqrt[b^2 - 4*a*c])*e)*ArcTanh[(Sqrt[2]*Sqrt[c]*
Sqrt[d + e*x])/Sqrt[2*c*d - (b + Sqrt[b^2 - 4*a*c])*e]])/(Sqrt[b^2 - 4*a*c]*Sqrt[2*c*d - (b + Sqrt[b^2 - 4*a*c
])*e]))/(-b^2 + 4*a*c)

________________________________________________________________________________________

Maple [B]  time = 0.329, size = 869, normalized size = 3. \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x+d)^(1/2)/(c*x^2+b*x+a)^2,x)

[Out]

e/(4*a*c-b^2)/(-e^2*(4*a*c-b^2))^(1/2)*(-4*a*c*e^2+b^2*e^2)^(1/2)*(e*x+d)^(1/2)/(e*x+1/2*b*e/c-1/2/c*(e^2*(-4*
a*c+b^2))^(1/2))+2*e^2*c/(4*a*c-b^2)/(-e^2*(4*a*c-b^2))^(1/2)*2^(1/2)/((-b*e+2*c*d+(-e^2*(4*a*c-b^2))^(1/2))*c
)^(1/2)*arctanh((e*x+d)^(1/2)*c*2^(1/2)/((-b*e+2*c*d+(-e^2*(4*a*c-b^2))^(1/2))*c)^(1/2))*b-4*e*c^2/(4*a*c-b^2)
/(-e^2*(4*a*c-b^2))^(1/2)*2^(1/2)/((-b*e+2*c*d+(-e^2*(4*a*c-b^2))^(1/2))*c)^(1/2)*arctanh((e*x+d)^(1/2)*c*2^(1
/2)/((-b*e+2*c*d+(-e^2*(4*a*c-b^2))^(1/2))*c)^(1/2))*d-e*c/(4*a*c-b^2)/(-e^2*(4*a*c-b^2))^(1/2)*2^(1/2)/((-b*e
+2*c*d+(-e^2*(4*a*c-b^2))^(1/2))*c)^(1/2)*arctanh((e*x+d)^(1/2)*c*2^(1/2)/((-b*e+2*c*d+(-e^2*(4*a*c-b^2))^(1/2
))*c)^(1/2))*(-4*a*c*e^2+b^2*e^2)^(1/2)+e/(4*a*c-b^2)/(-e^2*(4*a*c-b^2))^(1/2)*(-4*a*c*e^2+b^2*e^2)^(1/2)*(e*x
+d)^(1/2)/(e*x+1/2*b*e/c+1/2/c*(e^2*(-4*a*c+b^2))^(1/2))+2*e^2*c/(4*a*c-b^2)/(-e^2*(4*a*c-b^2))^(1/2)*2^(1/2)/
((b*e-2*c*d+(-e^2*(4*a*c-b^2))^(1/2))*c)^(1/2)*arctan((e*x+d)^(1/2)*c*2^(1/2)/((b*e-2*c*d+(-e^2*(4*a*c-b^2))^(
1/2))*c)^(1/2))*b-4*e*c^2/(4*a*c-b^2)/(-e^2*(4*a*c-b^2))^(1/2)*2^(1/2)/((b*e-2*c*d+(-e^2*(4*a*c-b^2))^(1/2))*c
)^(1/2)*arctan((e*x+d)^(1/2)*c*2^(1/2)/((b*e-2*c*d+(-e^2*(4*a*c-b^2))^(1/2))*c)^(1/2))*d+e*c/(4*a*c-b^2)/(-e^2
*(4*a*c-b^2))^(1/2)*2^(1/2)/((b*e-2*c*d+(-e^2*(4*a*c-b^2))^(1/2))*c)^(1/2)*arctan((e*x+d)^(1/2)*c*2^(1/2)/((b*
e-2*c*d+(-e^2*(4*a*c-b^2))^(1/2))*c)^(1/2))*(-4*a*c*e^2+b^2*e^2)^(1/2)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{e x + d}}{{\left (c x^{2} + b x + a\right )}^{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^(1/2)/(c*x^2+b*x+a)^2,x, algorithm="maxima")

[Out]

integrate(sqrt(e*x + d)/(c*x^2 + b*x + a)^2, x)

________________________________________________________________________________________

Fricas [B]  time = 3.28035, size = 13504, normalized size = 47.05 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^(1/2)/(c*x^2+b*x+a)^2,x, algorithm="fricas")

[Out]

1/2*(sqrt(1/2)*(a*b^2 - 4*a^2*c + (b^2*c - 4*a*c^2)*x^2 + (b^3 - 4*a*b*c)*x)*sqrt((32*c^3*d^3 - 48*b*c^2*d^2*e
 + 6*(3*b^2*c + 4*a*c^2)*d*e^2 - (b^3 + 12*a*b*c)*e^3 + sqrt(e^6/((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 6
4*a^3*c^5)*d^4 - 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^3*e + (b^8 - 10*a*b^6*c + 24*a^2*b
^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^2*e^2 - 2*(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3)*d*e^
3 + (a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 - 64*a^5*c^3)*e^4))*((b^6*c - 12*a*b^4*c^2 + 48*a^2*b^2*c^3 - 64*
a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2*b^3*c^2 - 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c + 48*a^3*b^2*c^2
 - 64*a^4*c^3)*e^2))/((b^6*c - 12*a*b^4*c^2 + 48*a^2*b^2*c^3 - 64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2*b^
3*c^2 - 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c + 48*a^3*b^2*c^2 - 64*a^4*c^3)*e^2))*log(sqrt(1/2)*(2*(b^4*c
 - 8*a*b^2*c^2 + 16*a^2*c^3)*d*e^4 - (b^5 - 8*a*b^3*c + 16*a^2*b*c^2)*e^5 - (8*(b^6*c^3 - 12*a*b^4*c^4 + 48*a^
2*b^2*c^5 - 64*a^3*c^6)*d^4 - 16*(b^7*c^2 - 12*a*b^5*c^3 + 48*a^2*b^3*c^4 - 64*a^3*b*c^5)*d^3*e + 3*(3*b^8*c -
 32*a*b^6*c^2 + 96*a^2*b^4*c^3 - 256*a^4*c^5)*d^2*e^2 - (b^9 - 96*a^2*b^5*c^2 + 512*a^3*b^3*c^3 - 768*a^4*b*c^
4)*d*e^3 + (a*b^8 - 8*a^2*b^6*c + 128*a^4*b^2*c^3 - 256*a^5*c^4)*e^4)*sqrt(e^6/((b^6*c^2 - 12*a*b^4*c^3 + 48*a
^2*b^2*c^4 - 64*a^3*c^5)*d^4 - 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^3*e + (b^8 - 10*a*b^
6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^2*e^2 - 2*(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a
^4*b*c^3)*d*e^3 + (a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 - 64*a^5*c^3)*e^4)))*sqrt((32*c^3*d^3 - 48*b*c^2*d^
2*e + 6*(3*b^2*c + 4*a*c^2)*d*e^2 - (b^3 + 12*a*b*c)*e^3 + sqrt(e^6/((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4
- 64*a^3*c^5)*d^4 - 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^3*e + (b^8 - 10*a*b^6*c + 24*a^
2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^2*e^2 - 2*(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3)*d
*e^3 + (a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 - 64*a^5*c^3)*e^4))*((b^6*c - 12*a*b^4*c^2 + 48*a^2*b^2*c^3 -
64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2*b^3*c^2 - 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c + 48*a^3*b^2*
c^2 - 64*a^4*c^3)*e^2))/((b^6*c - 12*a*b^4*c^2 + 48*a^2*b^2*c^3 - 64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2
*b^3*c^2 - 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c + 48*a^3*b^2*c^2 - 64*a^4*c^3)*e^2)) + 2*(16*c^3*d^2*e^3
- 16*b*c^2*d*e^4 + (3*b^2*c + 4*a*c^2)*e^5)*sqrt(e*x + d)) - sqrt(1/2)*(a*b^2 - 4*a^2*c + (b^2*c - 4*a*c^2)*x^
2 + (b^3 - 4*a*b*c)*x)*sqrt((32*c^3*d^3 - 48*b*c^2*d^2*e + 6*(3*b^2*c + 4*a*c^2)*d*e^2 - (b^3 + 12*a*b*c)*e^3
+ sqrt(e^6/((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^4 - 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*
c^3 - 64*a^3*b*c^4)*d^3*e + (b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^2*e^2 - 2*(a*
b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3)*d*e^3 + (a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 - 64*a^5*
c^3)*e^4))*((b^6*c - 12*a*b^4*c^2 + 48*a^2*b^2*c^3 - 64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2*b^3*c^2 - 64
*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c + 48*a^3*b^2*c^2 - 64*a^4*c^3)*e^2))/((b^6*c - 12*a*b^4*c^2 + 48*a^2*b
^2*c^3 - 64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2*b^3*c^2 - 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c + 48
*a^3*b^2*c^2 - 64*a^4*c^3)*e^2))*log(-sqrt(1/2)*(2*(b^4*c - 8*a*b^2*c^2 + 16*a^2*c^3)*d*e^4 - (b^5 - 8*a*b^3*c
 + 16*a^2*b*c^2)*e^5 - (8*(b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6)*d^4 - 16*(b^7*c^2 - 12*a*b^5*
c^3 + 48*a^2*b^3*c^4 - 64*a^3*b*c^5)*d^3*e + 3*(3*b^8*c - 32*a*b^6*c^2 + 96*a^2*b^4*c^3 - 256*a^4*c^5)*d^2*e^2
 - (b^9 - 96*a^2*b^5*c^2 + 512*a^3*b^3*c^3 - 768*a^4*b*c^4)*d*e^3 + (a*b^8 - 8*a^2*b^6*c + 128*a^4*b^2*c^3 - 2
56*a^5*c^4)*e^4)*sqrt(e^6/((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^4 - 2*(b^7*c - 12*a*b^5*c^
2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^3*e + (b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*
d^2*e^2 - 2*(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3)*d*e^3 + (a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^
2*c^2 - 64*a^5*c^3)*e^4)))*sqrt((32*c^3*d^3 - 48*b*c^2*d^2*e + 6*(3*b^2*c + 4*a*c^2)*d*e^2 - (b^3 + 12*a*b*c)*
e^3 + sqrt(e^6/((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^4 - 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*
b^3*c^3 - 64*a^3*b*c^4)*d^3*e + (b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^2*e^2 - 2
*(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3)*d*e^3 + (a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 - 64*
a^5*c^3)*e^4))*((b^6*c - 12*a*b^4*c^2 + 48*a^2*b^2*c^3 - 64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2*b^3*c^2
- 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c + 48*a^3*b^2*c^2 - 64*a^4*c^3)*e^2))/((b^6*c - 12*a*b^4*c^2 + 48*a
^2*b^2*c^3 - 64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2*b^3*c^2 - 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c
+ 48*a^3*b^2*c^2 - 64*a^4*c^3)*e^2)) + 2*(16*c^3*d^2*e^3 - 16*b*c^2*d*e^4 + (3*b^2*c + 4*a*c^2)*e^5)*sqrt(e*x
+ d)) + sqrt(1/2)*(a*b^2 - 4*a^2*c + (b^2*c - 4*a*c^2)*x^2 + (b^3 - 4*a*b*c)*x)*sqrt((32*c^3*d^3 - 48*b*c^2*d^
2*e + 6*(3*b^2*c + 4*a*c^2)*d*e^2 - (b^3 + 12*a*b*c)*e^3 - sqrt(e^6/((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4
- 64*a^3*c^5)*d^4 - 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^3*e + (b^8 - 10*a*b^6*c + 24*a^
2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^2*e^2 - 2*(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3)*d
*e^3 + (a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 - 64*a^5*c^3)*e^4))*((b^6*c - 12*a*b^4*c^2 + 48*a^2*b^2*c^3 -
64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2*b^3*c^2 - 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c + 48*a^3*b^2*
c^2 - 64*a^4*c^3)*e^2))/((b^6*c - 12*a*b^4*c^2 + 48*a^2*b^2*c^3 - 64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2
*b^3*c^2 - 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c + 48*a^3*b^2*c^2 - 64*a^4*c^3)*e^2))*log(sqrt(1/2)*(2*(b^
4*c - 8*a*b^2*c^2 + 16*a^2*c^3)*d*e^4 - (b^5 - 8*a*b^3*c + 16*a^2*b*c^2)*e^5 + (8*(b^6*c^3 - 12*a*b^4*c^4 + 48
*a^2*b^2*c^5 - 64*a^3*c^6)*d^4 - 16*(b^7*c^2 - 12*a*b^5*c^3 + 48*a^2*b^3*c^4 - 64*a^3*b*c^5)*d^3*e + 3*(3*b^8*
c - 32*a*b^6*c^2 + 96*a^2*b^4*c^3 - 256*a^4*c^5)*d^2*e^2 - (b^9 - 96*a^2*b^5*c^2 + 512*a^3*b^3*c^3 - 768*a^4*b
*c^4)*d*e^3 + (a*b^8 - 8*a^2*b^6*c + 128*a^4*b^2*c^3 - 256*a^5*c^4)*e^4)*sqrt(e^6/((b^6*c^2 - 12*a*b^4*c^3 + 4
8*a^2*b^2*c^4 - 64*a^3*c^5)*d^4 - 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^3*e + (b^8 - 10*a
*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^2*e^2 - 2*(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 6
4*a^4*b*c^3)*d*e^3 + (a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 - 64*a^5*c^3)*e^4)))*sqrt((32*c^3*d^3 - 48*b*c^2
*d^2*e + 6*(3*b^2*c + 4*a*c^2)*d*e^2 - (b^3 + 12*a*b*c)*e^3 - sqrt(e^6/((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c
^4 - 64*a^3*c^5)*d^4 - 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^3*e + (b^8 - 10*a*b^6*c + 24
*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^2*e^2 - 2*(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3
)*d*e^3 + (a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 - 64*a^5*c^3)*e^4))*((b^6*c - 12*a*b^4*c^2 + 48*a^2*b^2*c^3
 - 64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2*b^3*c^2 - 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c + 48*a^3*b
^2*c^2 - 64*a^4*c^3)*e^2))/((b^6*c - 12*a*b^4*c^2 + 48*a^2*b^2*c^3 - 64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*
a^2*b^3*c^2 - 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c + 48*a^3*b^2*c^2 - 64*a^4*c^3)*e^2)) + 2*(16*c^3*d^2*e
^3 - 16*b*c^2*d*e^4 + (3*b^2*c + 4*a*c^2)*e^5)*sqrt(e*x + d)) - sqrt(1/2)*(a*b^2 - 4*a^2*c + (b^2*c - 4*a*c^2)
*x^2 + (b^3 - 4*a*b*c)*x)*sqrt((32*c^3*d^3 - 48*b*c^2*d^2*e + 6*(3*b^2*c + 4*a*c^2)*d*e^2 - (b^3 + 12*a*b*c)*e
^3 - sqrt(e^6/((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^4 - 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b
^3*c^3 - 64*a^3*b*c^4)*d^3*e + (b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^2*e^2 - 2*
(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3)*d*e^3 + (a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 - 64*a
^5*c^3)*e^4))*((b^6*c - 12*a*b^4*c^2 + 48*a^2*b^2*c^3 - 64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2*b^3*c^2 -
 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c + 48*a^3*b^2*c^2 - 64*a^4*c^3)*e^2))/((b^6*c - 12*a*b^4*c^2 + 48*a^
2*b^2*c^3 - 64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2*b^3*c^2 - 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c +
 48*a^3*b^2*c^2 - 64*a^4*c^3)*e^2))*log(-sqrt(1/2)*(2*(b^4*c - 8*a*b^2*c^2 + 16*a^2*c^3)*d*e^4 - (b^5 - 8*a*b^
3*c + 16*a^2*b*c^2)*e^5 + (8*(b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6)*d^4 - 16*(b^7*c^2 - 12*a*b
^5*c^3 + 48*a^2*b^3*c^4 - 64*a^3*b*c^5)*d^3*e + 3*(3*b^8*c - 32*a*b^6*c^2 + 96*a^2*b^4*c^3 - 256*a^4*c^5)*d^2*
e^2 - (b^9 - 96*a^2*b^5*c^2 + 512*a^3*b^3*c^3 - 768*a^4*b*c^4)*d*e^3 + (a*b^8 - 8*a^2*b^6*c + 128*a^4*b^2*c^3
- 256*a^5*c^4)*e^4)*sqrt(e^6/((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^4 - 2*(b^7*c - 12*a*b^5
*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^3*e + (b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^
4)*d^2*e^2 - 2*(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3)*d*e^3 + (a^2*b^6 - 12*a^3*b^4*c + 48*a^4
*b^2*c^2 - 64*a^5*c^3)*e^4)))*sqrt((32*c^3*d^3 - 48*b*c^2*d^2*e + 6*(3*b^2*c + 4*a*c^2)*d*e^2 - (b^3 + 12*a*b*
c)*e^3 - sqrt(e^6/((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^4 - 2*(b^7*c - 12*a*b^5*c^2 + 48*a
^2*b^3*c^3 - 64*a^3*b*c^4)*d^3*e + (b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^2*e^2
- 2*(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3)*d*e^3 + (a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 -
64*a^5*c^3)*e^4))*((b^6*c - 12*a*b^4*c^2 + 48*a^2*b^2*c^3 - 64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2*b^3*c
^2 - 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4*c + 48*a^3*b^2*c^2 - 64*a^4*c^3)*e^2))/((b^6*c - 12*a*b^4*c^2 + 4
8*a^2*b^2*c^3 - 64*a^3*c^4)*d^2 - (b^7 - 12*a*b^5*c + 48*a^2*b^3*c^2 - 64*a^3*b*c^3)*d*e + (a*b^6 - 12*a^2*b^4
*c + 48*a^3*b^2*c^2 - 64*a^4*c^3)*e^2)) + 2*(16*c^3*d^2*e^3 - 16*b*c^2*d*e^4 + (3*b^2*c + 4*a*c^2)*e^5)*sqrt(e
*x + d)) - 2*(2*c*x + b)*sqrt(e*x + d))/(a*b^2 - 4*a^2*c + (b^2*c - 4*a*c^2)*x^2 + (b^3 - 4*a*b*c)*x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)**(1/2)/(c*x**2+b*x+a)**2,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^(1/2)/(c*x^2+b*x+a)^2,x, algorithm="giac")

[Out]

Timed out